home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 60 / 60.xpi / chrome / webdeveloper.jar / content / webdeveloper / stylesheets / outline_tables.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2009-06-30  |  459 b   |  31 lines

  1. table
  2. {
  3.     border: 1px solid #ff0000 !important;
  4.     border-collapse: separate !important;
  5. }
  6.  
  7. table table
  8. {
  9.     border-color: #00ff00 !important;
  10. }
  11.  
  12. table table table
  13. {
  14.     border-color: #0000ff !important;
  15. }
  16.  
  17. table table table table
  18. {
  19.     border-color: #ff0000 !important;
  20. }
  21.  
  22. table table table table table
  23. {
  24.     border-color: #00ff00 !important;
  25. }
  26.  
  27. table table table table table table
  28. {
  29.     border-color: #0000ff !important;
  30. }
  31.